home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 3 / Amiga Tools 3.iso / devs / dms.mountlist < prev    next >
Text File  |  1994-08-16  |  367b  |  18 lines

  1. /* MountList example for DMS DEVICE
  2.    This version is a mountlist, as the other one 
  3.    was missing some lines. 
  4. */ 
  5.  
  6. DM0:   Device        = devs:dms.device
  7.        Unit        = 0
  8.        Flags        = 0
  9.        Surfaces     = 2
  10.        BlocksPerTrack    = 11 
  11.        Reserved     = 2
  12.        Interleave    = 0
  13.        LowCyl        = 0
  14.        HighCyl        = 79 
  15.        Buffers        = 30 
  16.        BufMemType    = 1
  17. #
  18.